home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1992. All Rights Reserved */
- /*****************************************************************************
- NAME
- tcp22.ins - Windows 95 V3 installation script for TCP/IP Protocol Adapter.
-
- DESCRIPTION
- This script performs the installation tasks for the Windows 95 TCP/IP
- product.
-
- OWNER
- Lav Jain
-
- MODIFIED DD-MMM-YY Reason
- trodgers 10-APR-92 Created.
- zkhan 11-AUG-93 Modified for SQLNET and for using V3.0.9.3.2 or later
- of the installer.
- eflores 06-APR-94 Modified for Windows NT
- ljain 07-JUL-95 Modified for Windows 95.
- *****************************************************************************/
- {
- if (doit)
- {
- ins_ratchet = "2.2.2.0.0";
-
- execute("%installer_home%\win95.ins");
-
- ui_product(product_label);
-
- ui_action(instantiate(net2_install_script));
- copy(deinstl);
-
- ui_action(instantiate(net2_install_dll));
- copy(dll);
-
- /* Register Product and Dependencies */
-
- ui_action(instantiate(net2_register));
- register(current_product);
-
- if (member(selected_products,current_product))
- reference(current_product);
- }
-
- }
-